deps(npm): Bump the mui group across 1 directory with 2 updates#8499
Merged
Conversation
Bumps the mui group with 2 updates in the /app directory: [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) and [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material). Updates `@mui/icons-material` from 9.0.1 to 9.1.0 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v9.1.0/packages/mui-icons-material) Updates `@mui/material` from 9.0.1 to 9.1.0 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v9.1.0/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mui - dependency-name: "@mui/material" dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mui ... Signed-off-by: dependabot[bot] <support@github.com>
8057902 to
e0861f8
Compare
MarkusNeusinger
added a commit
that referenced
this pull request
Jun 9, 2026
…lint/type-check gates (#8519) ## Summary Part 1 of the frontend modernization roadmap (structure patterns inspired by a commercial template the owner licenses — **patterns only, no template code**, since this repo is public). - **Prettier** (run separately from ESLint, `fm:check`/`fm:fix`/`fix:all` scripts) + one-time mechanical reformat as its own commit - **ESLint**: `eslint-plugin-perfectionist` sorted imports with semantic groups (react → external → @mui → `src/` internal → relative), `eslint-plugin-unused-imports`, `eslint-config-prettier`; the ~60 hand-maintained browser globals replaced by the `globals` package (`no-undef` off for TS — tsc covers it) - **Test files are now type-checked** via new `tsconfig.test.json` (`yarn type-check` covers app + tests). Fixed the 63 pre-existing type errors that surfaced (mocks missing the `language` field, `global` → `globalThis`, untyped `vi.fn()`s, …) — no assertions weakened - **CI hardening**: `test-frontend` job now runs `yarn lint`, `yarn fm:check`, and `yarn type-check` before tests. Until now no frontend lint/type-check ran anywhere in CI; type errors only surfaced at Cloud Build deploy time (cf. the #6961/#6944 incident) - **vite-plugin-checker**: TS + ESLint feedback as a browser overlay during `yarn dev` (build-time check unchanged) ## Fixes broken main #8499 (MUI 9.1.0 bump) was merged with the **Run Frontend Tests check red** — MUI 9.1's `internal/Transition.mjs` does a directory import of `react-transition-group` that Node's ESM loader rejects, breaking 11 test files. Fixed by inlining `@mui/*` in vitest (`server.deps.inline`). Consider making `Run Frontend Tests` a required check so this can't auto-merge red again. ## Commits (review individually — the reformat is huge but pure) 1. `chore(app)`: tooling configs + CI 2. `style(app)`: mechanical reformat (138 files, no logic) 3. `fix(app)`: vitest MUI inline (unbreaks main) 4. `fix(app)`: test-file type fixes for the new gate ## Verification `yarn lint` (0 errors, 4 pre-existing react-refresh warnings) · `yarn fm:check` ✓ · `yarn type-check` (app + tests) ✓ · `yarn test` 536/536 ✓ · `yarn build` ✓ 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the mui group with 2 updates in the /app directory: @mui/icons-material and @mui/material.
Updates
@mui/icons-materialfrom 9.0.1 to 9.1.0Release notes
Sourced from @mui/icons-material's releases.
... (truncated)
Changelog
Sourced from @mui/icons-material's changelog.
... (truncated)
Commits
a389a2d[release] v9.1.0 (#48620)a34a94d[docs] Use the standard license header preferred by OSI and GitHuba11407dBump react monorepo to 19.2.6 (#48511)ea0f8b9Bump code-infra:devDependencies (#48401)35b5b62Bump react monorepo to 19.2.5 (#48406)Updates
@mui/materialfrom 9.0.1 to 9.1.0Release notes
Sourced from @mui/material's releases.
... (truncated)
Changelog
Sourced from @mui/material's changelog.
... (truncated)
Commits
a389a2d[release] v9.1.0 (#48620)19d59a2[internal] Remove outdated rel values on target=_blank41b68b8[transitions] Supportprefers-reduced-motion(#48357)4abb149[select] Allow spacebar to select elements (#48615)9c5fb30[autocomplete] Guard against null inputRef during unmount (#48617)49aade9[badge] Addaria-hiddento badge content and polish docs demos (#48471)b5eb884[step button] Choose higher contrast ripple color for dark mode focus (#48612)6c5812a[autocomplete] FixfreeSolocontrolled values cleared by initialnull(#4...10a49a0[select] Support typeahead when closed (#48563)85f22f5[progress] Show runtime errors only once (#48591)